From 14441a339382b93723dd052daec402bd9146455c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 21 Mar 2026 07:04:39 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-02-27 -> 0-unstable-2026-03-20 --- 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 c922fe3d7935..e1678fe4a91d 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-02-27"; + version = "0-unstable-2026-03-20"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "94e9b349f947d5d312531a312bdcbac2e99b8368"; - hash = "sha256-aQY7degCBIiS+9fFHxbanmfhlF6QacKxYwiu7TGhbeE="; + rev = "05b270f05cecfcd675bb0530cf18d0a9b81269a1"; + hash = "sha256-sXoxuDiMnArXxYtIKmU6LBQ1r8KpEr/0hHliLN3KQWw="; fetchSubmodules = true; };