diff --git a/ghc-lib-parser.cabal b/ghc-lib-parser.cabal
--- a/ghc-lib-parser.cabal
+++ b/ghc-lib-parser.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 build-type: Simple
 name: ghc-lib-parser
-version: 9.10.2.20250503
+version: 9.10.2.20250515
 license: BSD-3-Clause
 license-file: LICENSE
 category: Development
@@ -101,7 +101,7 @@
         build-depends: Win32
     build-depends:
         base >= 4.18 && < 4.21,
-        ghc-prim > 0.2 && < 0.12,
+        ghc-prim > 0.2 && < 0.13,
         containers >= 0.6.2.1 && < 0.8,
         bytestring >= 0.11.4 && < 0.13,
         time >= 1.4 && < 1.15,
diff --git a/ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs b/ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs
--- a/ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs
+++ b/ghc-lib/stage0/compiler/build/GHC/Settings/Config.hs
@@ -22,7 +22,7 @@
 cProjectName          = "The Glorious Glasgow Haskell Compilation System"
 
 cBooterVersion        :: String
-cBooterVersion        = "9.8.4"
+cBooterVersion        = "9.10.2"
 
 cStage                :: String
 cStage                = show (1 :: Int)
