From 799d249559446d7fae1a63fa07751ffe611439c5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Mar 2026 23:14:29 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2026-02-27 -> 0-unstable-2026-03-24 --- 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 897b0132acbf..624eb2e4f453 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-02-27"; + version = "0-unstable-2026-03-24"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "bea8c084beaf576f54dc1be42d715d424265cda2"; - hash = "sha256-CU/BVXys7VBra4qaMBjTgKQP1hke7+wqJ2RMYUXIXlo="; + rev = "b26def5c5ab9ea35019a42b950e014a22907ea13"; + hash = "sha256-DoNYpEqlrWueh/rwB4pkPYPdkSi+EVxP5T6BPgqv1nU="; }; makefile = "Makefile";