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; };