From 414974a448946ab5e1470f69da7af9a9dceb53ad Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 31 Aug 2025 19:55:12 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-01-20 -> 0-unstable-2025-08-21 --- 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 2b86c4bd0e2a..69b64b3705b5 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-01-20"; + version = "0-unstable-2025-08-21"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "b0d5d27ae51c23f514974ddffa5760f1e1d05d9b"; - hash = "sha256-e2U1xEshoPJlaVUEbqNZIayNaSdDC65hE1VrvxvQSx0="; + rev = "143b0abb02a6ff501757674c9fdf47e0fcd7cbd3"; + hash = "sha256-XdcoM0hzVvuZZn7kXh1X8HSUGGEm/0Uqh7du7nx4sIE="; }; makefile = "Makefile";