From 64b7e2dd08bbe6240412e30d19b1abe2188d5312 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 5 Jun 2026 01:33:07 +0000 Subject: [PATCH] libretro.puae: 0-unstable-2026-05-21 -> 0-unstable-2026-06-03 --- 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 f89170fc4be5..a4617c536d10 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-05-21"; + version = "0-unstable-2026-06-03"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-uae"; - rev = "9fda5f344470d6837e17b939b0f53e5afe938878"; - hash = "sha256-gGuYxGRRGyBbHiyG7Gpoi2/frEI5d+ySo8JdZStznN8="; + rev = "2b0ed42fe565fb997a0627aaa8f44e0948b527f8"; + hash = "sha256-gkCzHvoSqh9CluahSSe3+dhZG1HtiNH0orU404pwjgo="; }; makefile = "Makefile";