diff --git a/pkgs/applications/emulators/libretro/cores/gpsp.nix b/pkgs/applications/emulators/libretro/cores/gpsp.nix index b2743bf45d3e..0b45c6636ce9 100644 --- a/pkgs/applications/emulators/libretro/cores/gpsp.nix +++ b/pkgs/applications/emulators/libretro/cores/gpsp.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "gpsp"; - version = "0-unstable-2025-09-17"; + version = "0-unstable-2025-10-07"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "a545aafaf4e654a488f4588f4f302d8413a58066"; - hash = "sha256-94J5WqlvBgfF/0aj0Pu61psG5pbhJVsZOiIbMdZ+ryQ="; + rev = "74db5e5c73020626a1118b97d3735b5636d65d9d"; + hash = "sha256-/tu+g0VDcRIycqxB4TQmDROtrp2PBNKoR4fzdajGeIM="; }; makefile = "Makefile";