From c8adc3026f594ea7cb70c4e43f7c4d93a24448b1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 28 Nov 2025 21:40:13 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-10-07 -> 0-unstable-2025-11-23 --- 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 0b45c6636ce9..5afefc307fd9 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-10-07"; + version = "0-unstable-2025-11-23"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "74db5e5c73020626a1118b97d3735b5636d65d9d"; - hash = "sha256-/tu+g0VDcRIycqxB4TQmDROtrp2PBNKoR4fzdajGeIM="; + rev = "6250979f01db3f9ee5ebca179316e1319f017b48"; + hash = "sha256-PSQiRh/8enFGCYs2AE5SwvZZzJfjMDarw3XW/x0A9qQ="; }; makefile = "Makefile";