From 955bd581fc17a6013428d52ce4f2fa21f9b4322a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 19 May 2026 11:39:55 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-05-10 -> 0-unstable-2026-05-15 --- 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 0daaae4873d5..5cff6401bbe1 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-10"; + version = "0-unstable-2026-05-15"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "4be8a484665fb5684ccb780ed2165018a679c622"; - hash = "sha256-kjQcKdxUMdUc+70OPzEtDeSKy/m2e0FyPDa4XR3nHmM="; + rev = "3e60beb69e557287c704dc310f42286258d68a2b"; + hash = "sha256-Ew3YjR92NnbvGoNFhSZSNNeSrMMWEeUAfnJSp6/tnIY="; fetchSubmodules = true; };