From 91bf39a711e4c5e1b878bf933fc672c5fa10b85f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Apr 2026 20:40:17 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-03-20 -> 0-unstable-2026-04-07 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index e1678fe4a91d..14df3e5b0514 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2026-03-20"; + version = "0-unstable-2026-04-07"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "05b270f05cecfcd675bb0530cf18d0a9b81269a1"; - hash = "sha256-sXoxuDiMnArXxYtIKmU6LBQ1r8KpEr/0hHliLN3KQWw="; + rev = "ad03e10c16a70b289f29bb10112857961125b4e6"; + hash = "sha256-XSCI+94PXJXnU6/6lqA+1p05A3p2r8W0XPwbaDPSsaM="; fetchSubmodules = true; };