diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+1.9.1.3
+-------
+
+- Bump hsped
+- dom 14 mag 2023, 14:58:31
+
 1.9.1.2
 -------
 
diff --git a/ansi-terminal-game.cabal b/ansi-terminal-game.cabal
--- a/ansi-terminal-game.cabal
+++ b/ansi-terminal-game.cabal
@@ -1,5 +1,5 @@
 name:                ansi-terminal-game
-version:             1.9.1.2
+version:             1.9.1.3
 synopsis:            cross-platform library for terminal games
 description:         Library which aims to replicate standard 2d game
                      functions (blit, ticks, timers, etc.) in a terminal
@@ -125,7 +125,7 @@
                        timers-tick > 0.5 && < 0.6,
                        colour >= 2.3.6 && < 2.4
                        -- the above plus hspec
-                       , hspec >= 2.10.1 && < 2.11
+                       , hspec >= 2.10.1 && < 2.12
   build-tool-depends:  hspec-discover:hspec-discover
   type:                exitcode-stdio-1.0
   ghc-options:         -Wall
