Commit ee12ae77 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.flycast: 0-unstable-2025-11-15 -> 0-unstable-2025-11-22

parent dbff0491
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
  core = "flycast";
  version = "0-unstable-2025-11-15";
  version = "0-unstable-2025-11-22";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "4747e6190899949bafd3391b3ba33b8e4c37219c";
    hash = "sha256-su1nWwLEUcJtf85U9ABXMHltWOBVqlrYsMLHqNebWUs=";
    rev = "1666eb0875613ee16b04e08be8ed89c27dbd5c25";
    hash = "sha256-uQvr4C8iO+3FXh6ki+Rgv7Y/+p1WHwXuqy9Xyq4gSeo=";
    fetchSubmodules = true;
  };