From af1570b09b52310b2ff163f79dd744cd2e6fa501 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Apr 2026 01:39:57 +0000 Subject: [PATCH] libretro.gpsp: 0-unstable-2026-01-27 -> 0-unstable-2026-03-31 --- 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 79b6fb8cbf9c..c882a781f890 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-2026-01-27"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "gpsp"; - rev = "602512d7c687acb84cd56265cbcf2d7b7c75fb37"; - hash = "sha256-YloLG2anJJ1hcVltN+d8XsshgZoDBrFRgRoQA7mfhN8="; + rev = "6373ff347a07ac17c50a00f20aa63d29c080abcf"; + hash = "sha256-1aLSJ0oB8WJnIfKHHdwBQ52uVPs1XiFZvgFgrF9zUoA="; }; makefile = "Makefile";