From d24e1fe5ebfb94f4e4d18d20b637d51fdb558071 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 6 Apr 2026 17:40:38 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2026-03-24 -> 0-unstable-2026-04-02 --- pkgs/applications/emulators/libretro/cores/puae.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/puae.nix b/pkgs/applications/emulators/libretro/cores/puae.nix index 624eb2e4f453..2c976ff2601b 100644 --- a/pkgs/applications/emulators/libretro/cores/puae.nix +++ b/pkgs/applications/emulators/libretro/cores/puae.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "puae"; - version = "0-unstable-2026-03-24"; + version = "0-unstable-2026-04-02"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "b26def5c5ab9ea35019a42b950e014a22907ea13"; - hash = "sha256-DoNYpEqlrWueh/rwB4pkPYPdkSi+EVxP5T6BPgqv1nU="; + rev = "99145bf34993e21dac14973f784821d85729a91d"; + hash = "sha256-VIg7e6St1qkQZafTmEMsIDZoWQLkqFZPRk4Cyr43wW8="; }; makefile = "Makefile";