From d0cff59b62cd469ed857ee12bb69c2f889f64d8f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 11 May 2026 06:35:23 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-05-01 -> 0-unstable-2026-05-10 --- 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 b921e6a2f7bb..0daaae4873d5 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-05-01"; + version = "0-unstable-2026-05-10"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "744e9e4aa560d785000a2653ee3d291716aa2c0a"; - hash = "sha256-gCFX8mWWWsSogaBDtbVx4hL/GiNk5YlsT2HP3LNY0zs="; + rev = "4be8a484665fb5684ccb780ed2165018a679c622"; + hash = "sha256-kjQcKdxUMdUc+70OPzEtDeSKy/m2e0FyPDa4XR3nHmM="; fetchSubmodules = true; };