From e76c6ec9e2aaa680c73323a991ad1a8e1cd433b3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 12 Sep 2025 04:02:40 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-08-21 -> 0-unstable-2025-09-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 69b64b3705b5..3c1ce017cd7c 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-08-21"; + version = "0-unstable-2025-09-07"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "143b0abb02a6ff501757674c9fdf47e0fcd7cbd3"; - hash = "sha256-XdcoM0hzVvuZZn7kXh1X8HSUGGEm/0Uqh7du7nx4sIE="; + rev = "f7a6a4314697ea5e4821a15aa7110795679f6ade"; + hash = "sha256-g63KIeQUvCg9LbixeXF2JRgUEFlzBMctXV8IFqvR0sg="; }; makefile = "Makefile";