diff --git a/composer.json b/composer.json
index 38cf1c65c259fa89de88f44c9d676c2abe96b436..749b03cfe1dea4770e29b6e547d26b132283702a 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
     "drupal/views_infinite_scroll": "1.5",
     "drupal/embed": "1.0",
     "drupal/entity": "1.0-beta4",
-    "drupal/entity_clone": "1.x-dev#9265e359bd31bda693dac9ad84ad52fe63531488",
+    "drupal/entity_clone": "1.x-dev#6d0ce053605e9aaf8412927a9b0ea8da7a9a06e5",
     "drupal/entity_browser": "2.0-alpha3",
     "drupal/dropzonejs": "2.0-alpha3",
     "drupal/entity_embed": "1.0-beta2",
@@ -330,10 +330,6 @@
       "drupal/entity_clone": {
         "Issue #2770687: Wrong redirection of page for entity clone module":
         "https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch",
-        "Issue #2800203: Event dispatcher for clone events":
-        "https://www.drupal.org/files/issues/entity_clone-event_dispatcher-2800203-5.patch",
-        "Issue #2706639: Support for cloning nodes that have another entities attached":
-        "https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch",
         "Issue #2769823: Getting error after clicking on abort clone button":
         "https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch"
       },
diff --git a/drupal-org.make b/drupal-org.make
index 86bf38b936a34b2b5bcf1fc9379c552609fb756b..aea1c119f976a7dea4a1922758a8e7dfc9da0dc3 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -86,14 +86,10 @@ projects[entity][version] = 1.0-beta4
 
 projects[entity_clone[type] = module
 projects[entity_clone][download][url] = https://git.drupal.org/project/entity_clone.git
-projects[entity_clone][download][revision] = 9265e359bd31bda693dac9ad84ad52fe63531488
+projects[entity_clone][download][revision] = 6d0ce053605e9aaf8412927a9b0ea8da7a9a06e5
 projects[entity_clone][download][branch] = 8.x-1.x
 ;; Issue #2770687: Wrong redirection of page for entity clone module
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/2770687_wrong_redirection_for_entity_9.patch
-;; Issue #2800203: Event dispatcher for clone events
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-event_dispatcher-2800203-5.patch
-;; Issue #2706639: Support for cloning nodes that have another entities attached
-projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-attached_entities-2706639-25.patch
 ;; Issue #2769823: Getting error after clicking on abort clone button
 projects[entity_clone][patch][] = https://www.drupal.org/files/issues/entity_clone-abort_clone_causes_fatal_error-2769823-4.patch