From e19a5d6620064e91ae01197197798ec55603acb5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 1 Feb 2026 07:49:52 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2025-11-23 -> 0-unstable-2026-01-27 --- 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 5afefc307fd9..79b6fb8cbf9c 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-11-23"; + version = "0-unstable-2026-01-27"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "6250979f01db3f9ee5ebca179316e1319f017b48"; - hash = "sha256-PSQiRh/8enFGCYs2AE5SwvZZzJfjMDarw3XW/x0A9qQ="; + rev = "602512d7c687acb84cd56265cbcf2d7b7c75fb37"; + hash = "sha256-YloLG2anJJ1hcVltN+d8XsshgZoDBrFRgRoQA7mfhN8="; }; makefile = "Makefile";