From cd36e3c87a0fcdc4c4d17e62e14d2bbac6f7fed0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 16 May 2026 23:43:27 +0000 Subject: [PATCH] libretro.beetle-saturn: 0-unstable-2026-04-20 -> 0-unstable-2026-05-17 --- .../applications/emulators/libretro/cores/beetle-saturn.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix b/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix index 9500a271ca2d..9041f476688d 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-saturn.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-saturn"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-05-17"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-saturn-libretro"; - rev = "02503506566bed8f0d68c9267a1c6c57400870f2"; - hash = "sha256-mssOkL2y7NRaoKXwIbllP0GUnrAR5/zHIAs4x9Q7UnM="; + rev = "c64a467e334cde47d74df6456748deb783522752"; + hash = "sha256-np+zzuMDtanmlUVlDoS0D4Fm+2uuXo08qar/aoXwmUI="; }; makefile = "Makefile";