From 36536a38684e6512c4abb6a4acad9f9748fcef73 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Sep 2025 06:18:11 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-09-07 -> 0-unstable-2025-09-17 --- 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 3c1ce017cd7c..b2743bf45d3e 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-07"; + version = "0-unstable-2025-09-17"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "f7a6a4314697ea5e4821a15aa7110795679f6ade"; - hash = "sha256-g63KIeQUvCg9LbixeXF2JRgUEFlzBMctXV8IFqvR0sg="; + rev = "a545aafaf4e654a488f4588f4f302d8413a58066"; + hash = "sha256-94J5WqlvBgfF/0aj0Pu61psG5pbhJVsZOiIbMdZ+ryQ="; }; makefile = "Makefile";