Unverified Commit e9b1bb01 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

retroarch: 1.19.1 -> 1.20.0 (#372719)

parents 555bf90b d4eecb63
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
  core = "mednafen-psx" + lib.optionalString withHw "-hw";
  version = "0-unstable-2024-11-15";
  version = "0-unstable-2025-01-10";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "beetle-psx-libretro";
    rev = "1068cb8dbd6f312664ecf5901625cab4a6533204";
    hash = "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA=";
    rev = "60cf49e94e65d4023d93718161dc03b9e24da47a";
    hash = "sha256-EFiLF/5zcoPFnzozEqkXWOEjx3KCgRoixYXqN9ai7qc=";
  };

  extraBuildInputs = lib.optionals withHw [
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
mkLibretroCore {
  core = "mednafen-supafaust";
  version = "0-unstable-2024-10-01";
  version = "0-unstable-2024-09-30";

  src = fetchFromGitHub {
    owner = "libretro";
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "bsnes";
  version = "0-unstable-2024-12-13";
  version = "0-unstable-2025-01-10";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "bsnes-libretro";
    rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c";
    hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow=";
    rev = "1e0054da1c158857dc444b9b52273ddd18858d49";
    hash = "sha256-zm4X5RTaAm2njtvCBWBT1vhtf/YQvoBaaBSMzz9D2aQ=";
  };

  makefile = "Makefile";
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:
mkLibretroCore {
  core = "desmume2015";
  version = "0-unstable-2024-10-21";
  version = "0-unstable-2022-04-05";

  src = fetchFromGitHub {
    owner = "libretro";
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "dosbox-pure";
  version = "0-unstable-2024-09-28";
  version = "0-unstable-2024-12-31";

  src = fetchFromGitHub {
    owner = "schellingb";
    repo = "dosbox-pure";
    rev = "9b4147fd14332a7354c9b76fa72653bda2d919e9";
    hash = "sha256-lzRBzBMIQ3X+VAHK8pl/HYELecTkdFlWJI7C1csmZ7I=";
    rev = "9e468f0087454c6c1b68975ead933977d5cf33b2";
    hash = "sha256-tiyDXxwZapu+Ol1icOeemVQ5oAjMMx2/M4nA0CiRkMY=";
  };

  hardeningDisable = [ "format" ];
Loading