From 5a9798cda451ac36469665a2c4ac8c9df6d252af Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 Oct 2025 15:59:42 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-09-17 -> 0-unstable-2025-10-07 --- pkgs/applications/emulators/libretro/cores/gpsp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";